home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / maxime.dxr / 00142.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  256 b   |  17 lines

  1. on enterFrame
  2.   global Aframe
  3.   set Aframe to 1
  4.   set the visible of sprite 12 to 0
  5.   set the visible of sprite 13 to 0
  6.   set the visible of sprite 14 to 0
  7.   set the visible of sprite 15 to 0
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.  
  14. on mouseDown
  15.   go(2)
  16. end
  17.